Color Hex Logo

#c20ceb Color Hex

#C20CEB
(194,12,235)
0 Favorites   0 Comments

Color spaces of #c20ceb

RGB 19412235
HSL0.800.900.48
HSV289°95°92°
CMYK 0.170.950.00   0.08
XYZ37.375017.730480.0497
Yxy17.73040.27650.1312
Hunter Lab42.107584.7502-83.2398
CIE-Lab49.167585.4176-68.1503

#c20ceb color RGB value is (194,12,235).

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

The process color (four color CMYK) of #c20ceb color hex is 0.17, 0.95, 0.00, 0.08. Web safe color of #c20ceb is #cc00ff. Color #c20ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001100 11101011
Octal 302 14 353
Decimal 194 12 235
Hex C2 C EB

RGB Percentages of Color #c20ceb

%43.99
%2.72
%53.29

CMYK Percentages of Color #c20ceb

%17
%95
%0
%8

Triadic Colors of #c20ceb

#c20ceb #ebc20c #0cebc2

Analogous Colors of #c20ceb

#c20ceb #eb0ca5 #530ceb

Monochromatic Colors of #c20ceb

#c20ceb

Complementary Color

#c20ceb #35eb0c

#c20ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20ceb Color CSS Codes

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

#c20ceb Text Font Color

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

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


#c20ceb Background Color

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

This div background color is #c20ceb


#c20ceb Border Color

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

This div border color is #c20ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,12,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 #c20ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20ceb


Comments

No comments written yet.

Please login to write comment.