Color Hex Logo

#cb19ec Color Hex

#CB19EC
(203,25,236)
0 Favorites   0 Comments

Color spaces of #cb19ec

RGB 20325236
HSL0.810.850.51
HSV291°89°93°
CMYK 0.140.890.00   0.07
XYZ40.116619.447980.9963
Yxy19.44790.28540.1384
Hunter Lab44.099885.2029-78.0257
CIE-Lab51.207285.3721-65.3423

#cb19ec color RGB value is (203,25,236).

#cb19ec hex color red value is 203, green value is 25 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cb19ec hue: 0.81 , saturation: 0.85 and the lightness value of cb19ec is 0.51.

The process color (four color CMYK) of #cb19ec color hex is 0.14, 0.89, 0.00, 0.07. Web safe color of #cb19ec is #cc00ff. Color #cb19ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011001 11101100
Octal 313 31 354
Decimal 203 25 236
Hex CB 19 EC

RGB Percentages of Color #cb19ec

%43.75
%5.39
%50.86

CMYK Percentages of Color #cb19ec

%14
%89
%0
%7

Triadic Colors of #cb19ec

#cb19ec #eccb19 #19eccb

Analogous Colors of #cb19ec

#cb19ec #ec19a4 #6119ec

Monochromatic Colors of #cb19ec

#cb19ec

Complementary Color

#cb19ec #3aec19

#cb19ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb19ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb19ec Color CSS Codes

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

#cb19ec Text Font Color

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

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


#cb19ec Background Color

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

This div background color is #cb19ec


#cb19ec Border Color

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

This div border color is #cb19ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,25,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb19ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb19ec;
  -webkit-box-shadow: 1px 1px 3px 2px #cb19ec;
  box-shadow:         1px 1px 3px 2px #cb19ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,25,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb19ec


Comments

No comments written yet.

Please login to write comment.