Color Hex Logo

#c213ee Color Hex

#C213EE
(194,19,238)
0 Favorites   0 Comments

Color spaces of #c213ee

RGB 19419238
HSL0.800.870.50
HSV288°92°93°
CMYK 0.180.920.00   0.07
XYZ37.913618.108182.3859
Yxy18.10810.27390.1308
Hunter Lab42.553684.5677-85.0008
CIE-Lab49.627085.1882-69.0973

#c213ee color RGB value is (194,19,238).

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

The process color (four color CMYK) of #c213ee color hex is 0.18, 0.92, 0.00, 0.07. Web safe color of #c213ee is #cc00ff. Color #c213ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010011 11101110
Octal 302 23 356
Decimal 194 19 238
Hex C2 13 EE

RGB Percentages of Color #c213ee

%43.02
%4.21
%52.77

CMYK Percentages of Color #c213ee

%18
%92
%0
%7

Triadic Colors of #c213ee

#c213ee #eec213 #13eec2

Analogous Colors of #c213ee

#c213ee #ee13ad #5513ee

Monochromatic Colors of #c213ee

#c213ee

Complementary Color

#c213ee #3fee13

#c213ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c213ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c213ee Color CSS Codes

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

#c213ee Text Font Color

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

This sample text font color is #c213ee
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.


#c213ee Background Color

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

This div background color is #c213ee


#c213ee Border Color

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

This div border color is #c213ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c213ee


Comments

No comments written yet.

Please login to write comment.