Color Hex Logo

#ce94bf Color Hex

#CE94BF
(206,148,191)
0 Favorites   0 Comments

Color spaces of #ce94bf

RGB 206148191
HSL0.880.370.69
HSV316°28°81°
CMYK 0.000.280.07   0.19
XYZ45.447538.063254.2418
Yxy38.06320.32990.2763
Hunter Lab61.695423.5239-8.9403
CIE-Lab68.067228.6269-13.6024

#ce94bf color RGB value is (206,148,191).

#ce94bf hex color red value is 206, green value is 148 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce94bf hue: 0.88 , saturation: 0.37 and the lightness value of ce94bf is 0.69.

The process color (four color CMYK) of #ce94bf color hex is 0.00, 0.28, 0.07, 0.19. Web safe color of #ce94bf is #cc99cc. Color #ce94bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 10111111
Octal 316 224 277
Decimal 206 148 191
Hex CE 94 BF

RGB Percentages of Color #ce94bf

%37.80
%27.16
%35.05

CMYK Percentages of Color #ce94bf

%0
%28
%7
%19

Triadic Colors of #ce94bf

#ce94bf #bfce94 #94bfce

Analogous Colors of #ce94bf

#ce94bf #ce94a2 #c094ce

Monochromatic Colors of #ce94bf

#ce94bf

Complementary Color

#ce94bf #94cea3

#ce94bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce94bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce94bf Color CSS Codes

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

#ce94bf Text Font Color

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

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


#ce94bf Background Color

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

This div background color is #ce94bf


#ce94bf Border Color

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

This div border color is #ce94bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce94bf


Comments

No comments written yet.

Please login to write comment.