Color Hex Logo

#cb77da Color Hex

#CB77DA
(203,119,218)
0 Favorites   0 Comments

Color spaces of #cb77da

RGB 203119218
HSL0.810.570.66
HSV291°45°85°
CMYK 0.070.450.00   0.15
XYZ43.880330.952169.9913
Yxy30.95210.30300.2137
Hunter Lab55.634643.4265-35.6457
CIE-Lab62.467248.2179-37.3186

#cb77da color RGB value is (203,119,218).

#cb77da hex color red value is 203, green value is 119 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cb77da hue: 0.81 , saturation: 0.57 and the lightness value of cb77da is 0.66.

The process color (four color CMYK) of #cb77da color hex is 0.07, 0.45, 0.00, 0.15. Web safe color of #cb77da is #cc66cc. Color #cb77da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110111 11011010
Octal 313 167 332
Decimal 203 119 218
Hex CB 77 DA

RGB Percentages of Color #cb77da

%37.59
%22.04
%40.37

CMYK Percentages of Color #cb77da

%7
%45
%0
%15

Triadic Colors of #cb77da

#cb77da #dacb77 #77dacb

Analogous Colors of #cb77da

#cb77da #da77b8 #9a77da

Monochromatic Colors of #cb77da

#cb77da

Complementary Color

#cb77da #86da77

#cb77da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb77da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb77da Color CSS Codes

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

#cb77da Text Font Color

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

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


#cb77da Background Color

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

This div background color is #cb77da


#cb77da Border Color

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

This div border color is #cb77da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb77da


Comments

No comments written yet.

Please login to write comment.