Color Hex Logo

#cb77ce Color Hex

#CB77CE
(203,119,206)
0 Favorites   0 Comments

Color spaces of #cb77ce

RGB 203119206
HSL0.830.470.64
HSV298°42°81°
CMYK 0.010.420.00   0.19
XYZ42.366030.346462.0170
Yxy30.34640.31450.2252
Hunter Lab55.087640.8751-28.1868
CIE-Lab61.952045.9412-31.3857

#cb77ce color RGB value is (203,119,206).

#cb77ce hex color red value is 203, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cb77ce hue: 0.83 , saturation: 0.47 and the lightness value of cb77ce is 0.64.

The process color (four color CMYK) of #cb77ce color hex is 0.01, 0.42, 0.00, 0.19. Web safe color of #cb77ce is #cc66cc. Color #cb77ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110111 11001110
Octal 313 167 316
Decimal 203 119 206
Hex CB 77 CE

RGB Percentages of Color #cb77ce

%38.45
%22.54
%39.02

CMYK Percentages of Color #cb77ce

%1
%42
%0
%19

Triadic Colors of #cb77ce

#cb77ce #cecb77 #77cecb

Analogous Colors of #cb77ce

#cb77ce #ce77a6 #a077ce

Monochromatic Colors of #cb77ce

#cb77ce

Complementary Color

#cb77ce #7ace77

#cb77ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb77ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb77ce Color CSS Codes

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

#cb77ce Text Font Color

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

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


#cb77ce Background Color

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

This div background color is #cb77ce


#cb77ce Border Color

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

This div border color is #cb77ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb77ce


Comments

No comments written yet.

Please login to write comment.