Color Hex Logo

#ce4bbd Color Hex

#CE4BBD
(206,75,189)
0 Favorites   0 Comments

Color spaces of #ce4bbd

RGB 20675189
HSL0.850.570.55
HSV308°64°81°
CMYK 0.000.640.08   0.19
XYZ37.155021.828150.3991
Yxy21.82810.33970.1996
Hunter Lab46.720660.1930-31.2538
CIE-Lab53.844164.5393-34.2888

#ce4bbd color RGB value is (206,75,189).

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

The process color (four color CMYK) of #ce4bbd color hex is 0.00, 0.64, 0.08, 0.19. Web safe color of #ce4bbd is #cc33cc. Color #ce4bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001011 10111101
Octal 316 113 275
Decimal 206 75 189
Hex CE 4B BD

RGB Percentages of Color #ce4bbd

%43.83
%15.96
%40.21

CMYK Percentages of Color #ce4bbd

%0
%64
%8
%19

Triadic Colors of #ce4bbd

#ce4bbd #bdce4b #4bbdce

Analogous Colors of #ce4bbd

#ce4bbd #ce4b7c #9e4bce

Monochromatic Colors of #ce4bbd

#ce4bbd

Complementary Color

#ce4bbd #4bce5c

#ce4bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4bbd Color CSS Codes

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

#ce4bbd Text Font Color

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

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


#ce4bbd Background Color

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

This div background color is #ce4bbd


#ce4bbd Border Color

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

This div border color is #ce4bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4bbd


Comments

No comments written yet.

Please login to write comment.