Color Hex Logo

#cb35cb Color Hex

#CB35CB
(203,53,203)
0 Favorites   0 Comments

Color spaces of #cb35cb

RGB 20353203
HSL0.830.590.50
HSV300°74°80°
CMYK 0.000.740.00   0.20
XYZ36.681219.554558.3410
Yxy19.55450.32010.1707
Hunter Lab44.220570.6812-47.2682
CIE-Lab51.329773.8166-46.3573

#cb35cb color RGB value is (203,53,203).

#cb35cb hex color red value is 203, green value is 53 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cb35cb hue: 0.83 , saturation: 0.59 and the lightness value of cb35cb is 0.50.

The process color (four color CMYK) of #cb35cb color hex is 0.00, 0.74, 0.00, 0.20. Web safe color of #cb35cb is #cc33cc. Color #cb35cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 11001011
Octal 313 65 313
Decimal 203 53 203
Hex CB 35 CB

RGB Percentages of Color #cb35cb

%44.23
%11.55
%44.23

CMYK Percentages of Color #cb35cb

%0
%74
%0
%20

Triadic Colors of #cb35cb

#cb35cb #cbcb35 #35cbcb

Analogous Colors of #cb35cb

#cb35cb #cb3580 #8035cb

Monochromatic Colors of #cb35cb

#cb35cb

Complementary Color

#cb35cb #35cb35

#cb35cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb35cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb35cb Color CSS Codes

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

#cb35cb Text Font Color

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

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


#cb35cb Background Color

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

This div background color is #cb35cb


#cb35cb Border Color

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

This div border color is #cb35cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb35cb


Comments

No comments written yet.

Please login to write comment.