Color Hex Logo

#ce94c3 Color Hex

#CE94C3
(206,148,195)
0 Favorites   0 Comments

Color spaces of #ce94c3

RGB 206148195
HSL0.860.370.69
HSV311°28°81°
CMYK 0.000.280.05   0.19
XYZ45.893838.241856.5923
Yxy38.24180.32610.2717
Hunter Lab61.840024.2518-10.9708
CIE-Lab68.198529.3367-15.6339

#ce94c3 color RGB value is (206,148,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 11000011
Octal 316 224 303
Decimal 206 148 195
Hex CE 94 C3

RGB Percentages of Color #ce94c3

%37.52
%26.96
%35.52

CMYK Percentages of Color #ce94c3

%0
%28
%5
%19

Triadic Colors of #ce94c3

#ce94c3 #c3ce94 #94c3ce

Analogous Colors of #ce94c3

#ce94c3 #ce94a6 #bc94ce

Monochromatic Colors of #ce94c3

#ce94c3

Complementary Color

#ce94c3 #94ce9f

#ce94c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce94c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce94c3 Color CSS Codes

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

#ce94c3 Text Font Color

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

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


#ce94c3 Background Color

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

This div background color is #ce94c3


#ce94c3 Border Color

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

This div border color is #ce94c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce94c3


Comments

No comments written yet.

Please login to write comment.