Color Hex Logo

#ce5ebf Color Hex

#CE5EBF
(206,94,191)
0 Favorites   0 Comments

Color spaces of #ce5ebf

RGB 20694191
HSL0.860.530.59
HSV308°54°81°
CMYK 0.000.540.07   0.19
XYZ38.860324.888852.0461
Yxy24.88880.33560.2149
Hunter Lab49.888751.7357-26.9319
CIE-Lab56.966956.5888-30.5719

#ce5ebf color RGB value is (206,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011110 10111111
Octal 316 136 277
Decimal 206 94 191
Hex CE 5E BF

RGB Percentages of Color #ce5ebf

%41.96
%19.14
%38.90

CMYK Percentages of Color #ce5ebf

%0
%54
%7
%19

Triadic Colors of #ce5ebf

#ce5ebf #bfce5e #5ebfce

Analogous Colors of #ce5ebf

#ce5ebf #ce5e87 #a55ece

Monochromatic Colors of #ce5ebf

#ce5ebf

Complementary Color

#ce5ebf #5ece6d

#ce5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5ebf Color CSS Codes

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

#ce5ebf Text Font Color

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

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


#ce5ebf Background Color

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

This div background color is #ce5ebf


#ce5ebf Border Color

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

This div border color is #ce5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5ebf


Comments

No comments written yet.

Please login to write comment.