Color Hex Logo

#ce6cbf Color Hex

#CE6CBF
(206,108,191)
0 Favorites   0 Comments

Color spaces of #ce6cbf

RGB 206108191
HSL0.860.500.62
HSV309°48°81°
CMYK 0.000.480.07   0.19
XYZ40.220127.608552.4994
Yxy27.60850.33430.2294
Hunter Lab52.543844.6827-22.4593
CIE-Lab59.533449.8055-26.5996

#ce6cbf color RGB value is (206,108,191).

#ce6cbf hex color red value is 206, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce6cbf hue: 0.86 , saturation: 0.50 and the lightness value of ce6cbf is 0.62.

The process color (four color CMYK) of #ce6cbf color hex is 0.00, 0.48, 0.07, 0.19. Web safe color of #ce6cbf is #cc66cc. Color #ce6cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101100 10111111
Octal 316 154 277
Decimal 206 108 191
Hex CE 6C BF

RGB Percentages of Color #ce6cbf

%40.79
%21.39
%37.82

CMYK Percentages of Color #ce6cbf

%0
%48
%7
%19

Triadic Colors of #ce6cbf

#ce6cbf #bfce6c #6cbfce

Analogous Colors of #ce6cbf

#ce6cbf #ce6c8e #ac6cce

Monochromatic Colors of #ce6cbf

#ce6cbf

Complementary Color

#ce6cbf #6cce7b

#ce6cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6cbf Color CSS Codes

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

#ce6cbf Text Font Color

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

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


#ce6cbf Background Color

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

This div background color is #ce6cbf


#ce6cbf Border Color

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

This div border color is #ce6cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6cbf


Comments

No comments written yet.

Please login to write comment.