Color Hex Logo

#ce82af Color Hex

#CE82AF
(206,130,175)
0 Favorites   0 Comments

Color spaces of #ce82af

RGB 206130175
HSL0.900.440.66
HSV324°37°81°
CMYK 0.000.370.15   0.19
XYZ41.174132.182244.5991
Yxy32.18220.34910.2728
Hunter Lab56.729430.2787-6.9017
CIE-Lab63.493235.6821-11.4743

#ce82af color RGB value is (206,130,175).

#ce82af hex color red value is 206, green value is 130 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ce82af hue: 0.90 , saturation: 0.44 and the lightness value of ce82af is 0.66.

The process color (four color CMYK) of #ce82af color hex is 0.00, 0.37, 0.15, 0.19. Web safe color of #ce82af is #cc9999. Color #ce82af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 10101111
Octal 316 202 257
Decimal 206 130 175
Hex CE 82 AF

RGB Percentages of Color #ce82af

%40.31
%25.44
%34.25

CMYK Percentages of Color #ce82af

%0
%37
%15
%19

Triadic Colors of #ce82af

#ce82af #afce82 #82afce

Analogous Colors of #ce82af

#ce82af #ce8289 #c782ce

Monochromatic Colors of #ce82af

#ce82af

Complementary Color

#ce82af #82cea1

#ce82af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce82af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce82af Color CSS Codes

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

#ce82af Text Font Color

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

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


#ce82af Background Color

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

This div background color is #ce82af


#ce82af Border Color

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

This div border color is #ce82af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce82af


Comments

No comments written yet.

Please login to write comment.