Color Hex Logo

#ce4dbb Color Hex

#CE4DBB
(206,77,187)
0 Favorites   0 Comments

Color spaces of #ce4dbb

RGB 20677187
HSL0.860.570.55
HSV309°63°81°
CMYK 0.000.630.09   0.19
XYZ37.077122.017449.3093
Yxy22.01740.34200.2031
Hunter Lab46.922758.9313-29.4597
CIE-Lab54.045563.4159-32.8184

#ce4dbb color RGB value is (206,77,187).

#ce4dbb hex color red value is 206, green value is 77 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ce4dbb hue: 0.86 , saturation: 0.57 and the lightness value of ce4dbb is 0.55.

The process color (four color CMYK) of #ce4dbb color hex is 0.00, 0.63, 0.09, 0.19. Web safe color of #ce4dbb is #cc66cc. Color #ce4dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001101 10111011
Octal 316 115 273
Decimal 206 77 187
Hex CE 4D BB

RGB Percentages of Color #ce4dbb

%43.83
%16.38
%39.79

CMYK Percentages of Color #ce4dbb

%0
%63
%9
%19

Triadic Colors of #ce4dbb

#ce4dbb #bbce4d #4dbbce

Analogous Colors of #ce4dbb

#ce4dbb #ce4d7b #a14dce

Monochromatic Colors of #ce4dbb

#ce4dbb

Complementary Color

#ce4dbb #4dce60

#ce4dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4dbb Color CSS Codes

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

#ce4dbb Text Font Color

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

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


#ce4dbb Background Color

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

This div background color is #ce4dbb


#ce4dbb Border Color

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

This div border color is #ce4dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4dbb


Comments

No comments written yet.

Please login to write comment.