Color Hex Logo

#cb2fcc Color Hex

#CB2FCC
(203,47,204)
0 Favorites   0 Comments

Color spaces of #cb2fcc

RGB 20347204
HSL0.830.630.49
HSV300°77°80°
CMYK 0.000.770.00   0.20
XYZ36.544219.089258.8852
Yxy19.08920.31910.1667
Hunter Lab43.691272.8415-49.3248
CIE-Lab50.791475.6833-47.7890

#cb2fcc color RGB value is (203,47,204).

#cb2fcc hex color red value is 203, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cb2fcc hue: 0.83 , saturation: 0.63 and the lightness value of cb2fcc is 0.49.

The process color (four color CMYK) of #cb2fcc color hex is 0.00, 0.77, 0.00, 0.20. Web safe color of #cb2fcc is #cc33cc. Color #cb2fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101111 11001100
Octal 313 57 314
Decimal 203 47 204
Hex CB 2F CC

RGB Percentages of Color #cb2fcc

%44.71
%10.35
%44.93

CMYK Percentages of Color #cb2fcc

%0
%77
%0
%20

Triadic Colors of #cb2fcc

#cb2fcc #cccb2f #2fcccb

Analogous Colors of #cb2fcc

#cb2fcc #cc2f7f #7d2fcc

Monochromatic Colors of #cb2fcc

#cb2fcc

Complementary Color

#cb2fcc #30cc2f

#cb2fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2fcc Color CSS Codes

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

#cb2fcc Text Font Color

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

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


#cb2fcc Background Color

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

This div background color is #cb2fcc


#cb2fcc Border Color

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

This div border color is #cb2fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2fcc


Comments

No comments written yet.

Please login to write comment.