color codes Logo

#c213eb color codes

#C213EB
(194,19,235)
0 Favorites   0 Comments

Color spaces of #c213eb

RGB 19419235
HSL0.800.850.50
HSV289°92°92°
CMYK 0.170.920.00   0.08
XYZ37.476417.933280.0835
Yxy17.93320.27660.1324
Hunter Lab42.347683.8590-82.4799
CIE-Lab49.415084.6816-67.7490

#c213eb color RGB value is (194,19,235).

#c213eb hex color red value is 194, green value is 19 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c213eb hue: 0.80 , saturation: 0.85 and the lightness value of c213eb is 0.50.

The process color (four color CMYK) of #c213eb color code is 0.17, 0.92, 0.00, 0.08. Web safe color of #c213eb is #cc00ff. Color #c213eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010011 11101011
Octal 302 23 353
Decimal 194 19 235
Hex C2 13 EB

RGB Percentages of Color #c213eb

%43.30
%4.24
%52.46

CMYK Percentages of Color #c213eb

%17
%92
%0
%8

Triadic Colors of #c213eb

#c213eb #ebc213 #13ebc2

Analogous Colors of #c213eb

#c213eb #eb13a8 #5613eb

Monochromatic Colors of #c213eb

#c213eb

Complementary Color

#c213eb #3ceb13

#c213eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c213eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c213eb Color CSS Codes

.mybgcolor {background-color:#c213eb; } 
.myforecolor {color:#c213eb; }
.mybordercolor {border:3px solid #c213eb; }

#c213eb Text Font Color

<p style="color:#c213eb">Text here</p>

This sample text font color is #c213eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c213eb Background Color

<div style="background-color:#c213eb">
Div content here</div>

This div background color is #c213eb


#c213eb Border Color

<div style="border:3px solid #c213eb">
Div here</div>

This div border color is #c213eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,19,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c213eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c213eb;
  -webkit-box-shadow: 1px 1px 3px 2px #c213eb;
  box-shadow:         1px 1px 3px 2px #c213eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,19,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c213eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c213eb;
  -webkit-box-shadow: 1px 1px 3px 2px #c213eb;
  box-shadow:         1px 1px 3px 2px #c213eb;">
Div content here</div>

This div box has shadow with color #c213eb


Comments

No comments written yet.

Please login to write comment.