Color Hex Logo

#ce84bb Color Hex

#CE84BB
(206,132,187)
0 Favorites   0 Comments

Color spaces of #ce84bb

RGB 206132187
HSL0.880.430.66
HSV315°36°81°
CMYK 0.000.360.09   0.19
XYZ42.674533.212251.1751
Yxy33.21220.33590.2614
Hunter Lab57.630031.3250-12.3081
CIE-Lab64.332436.6057-16.9956

#ce84bb color RGB value is (206,132,187).

#ce84bb hex color red value is 206, green value is 132 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ce84bb hue: 0.88 , saturation: 0.43 and the lightness value of ce84bb is 0.66.

The process color (four color CMYK) of #ce84bb color hex is 0.00, 0.36, 0.09, 0.19. Web safe color of #ce84bb is #cc99cc. Color #ce84bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000100 10111011
Octal 316 204 273
Decimal 206 132 187
Hex CE 84 BB

RGB Percentages of Color #ce84bb

%39.24
%25.14
%35.62

CMYK Percentages of Color #ce84bb

%0
%36
%9
%19

Triadic Colors of #ce84bb

#ce84bb #bbce84 #84bbce

Analogous Colors of #ce84bb

#ce84bb #ce8496 #bc84ce

Monochromatic Colors of #ce84bb

#ce84bb

Complementary Color

#ce84bb #84ce97

#ce84bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce84bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce84bb Color CSS Codes

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

#ce84bb Text Font Color

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

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


#ce84bb Background Color

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

This div background color is #ce84bb


#ce84bb Border Color

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

This div border color is #ce84bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,132,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 #ce84bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce84bb


Comments

No comments written yet.

Please login to write comment.