Color Hex Logo

#ce97d4 Color Hex

#CE97D4
(206,151,212)
0 Favorites   0 Comments

Color spaces of #ce97d4

RGB 206151212
HSL0.820.410.71
HSV294°29°83°
CMYK 0.030.290.00   0.17
XYZ48.403940.008567.4586
Yxy40.00850.31050.2567
Hunter Lab63.252325.9059-18.9562
CIE-Lab69.475630.8567-23.1275

#ce97d4 color RGB value is (206,151,212).

#ce97d4 hex color red value is 206, green value is 151 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #ce97d4 hue: 0.82 , saturation: 0.41 and the lightness value of ce97d4 is 0.71.

The process color (four color CMYK) of #ce97d4 color hex is 0.03, 0.29, 0.00, 0.17. Web safe color of #ce97d4 is #cc99cc. Color #ce97d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 11010100
Octal 316 227 324
Decimal 206 151 212
Hex CE 97 D4

RGB Percentages of Color #ce97d4

%36.20
%26.54
%37.26

CMYK Percentages of Color #ce97d4

%3
%29
%0
%17

Triadic Colors of #ce97d4

#ce97d4 #d4ce97 #97d4ce

Analogous Colors of #ce97d4

#ce97d4 #d497bc #b097d4

Monochromatic Colors of #ce97d4

#ce97d4

Complementary Color

#ce97d4 #9dd497

#ce97d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce97d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce97d4 Color CSS Codes

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

#ce97d4 Text Font Color

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

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


#ce97d4 Background Color

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

This div background color is #ce97d4


#ce97d4 Border Color

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

This div border color is #ce97d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce97d4


Comments

No comments written yet.

Please login to write comment.