Color Hex Logo

#cb00c3 Color Hex

#CB00C3
(203,0,195)
0 Favorites   0 Comments

Color spaces of #cb00c3

RGB 2030195
HSL0.841.000.40
HSV302°100°80°
CMYK 0.001.000.04   0.20
XYZ34.478916.636653.0237
Yxy16.63660.33110.1598
Hunter Lab40.788079.5106-48.5244
CIE-Lab47.798881.5998-47.3519

#cb00c3 color RGB value is (203,0,195).

#cb00c3 hex color red value is 203, green value is 0 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #cb00c3 hue: 0.84 , saturation: 1.00 and the lightness value of cb00c3 is 0.40.

The process color (four color CMYK) of #cb00c3 color hex is 0.00, 1.00, 0.04, 0.20. Web safe color of #cb00c3 is #cc00cc. Color #cb00c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000000 11000011
Octal 313 0 303
Decimal 203 0 195
Hex CB 0 C3

RGB Percentages of Color #cb00c3

%51.01
%0.00
%48.99

CMYK Percentages of Color #cb00c3

%0
%100
%4
%20

Triadic Colors of #cb00c3

#cb00c3 #c3cb00 #00c3cb

Analogous Colors of #cb00c3

#cb00c3 #cb005e #6e00cb

Monochromatic Colors of #cb00c3

#cb00c3

Complementary Color

#cb00c3 #00cb08

#cb00c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb00c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb00c3 Color CSS Codes

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

#cb00c3 Text Font Color

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

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


#cb00c3 Background Color

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

This div background color is #cb00c3


#cb00c3 Border Color

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

This div border color is #cb00c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb00c3


Comments

No comments written yet.

Please login to write comment.