Color Hex Logo

#ce75af Color Hex

#CE75AF
(206,117,175)
0 Favorites   0 Comments

Color spaces of #ce75af

RGB 206117175
HSL0.890.480.63
HSV321°43°81°
CMYK 0.000.430.15   0.19
XYZ39.552828.939544.0587
Yxy28.93950.35140.2571
Hunter Lab53.795437.0991-10.9020
CIE-Lab60.728242.5678-15.6392

#ce75af color RGB value is (206,117,175).

#ce75af hex color red value is 206, green value is 117 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ce75af hue: 0.89 , saturation: 0.48 and the lightness value of ce75af is 0.63.

The process color (four color CMYK) of #ce75af color hex is 0.00, 0.43, 0.15, 0.19. Web safe color of #ce75af is #cc6699. Color #ce75af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 10101111
Octal 316 165 257
Decimal 206 117 175
Hex CE 75 AF

RGB Percentages of Color #ce75af

%41.37
%23.49
%35.14

CMYK Percentages of Color #ce75af

%0
%43
%15
%19

Triadic Colors of #ce75af

#ce75af #afce75 #75afce

Analogous Colors of #ce75af

#ce75af #ce7583 #c175ce

Monochromatic Colors of #ce75af

#ce75af

Complementary Color

#ce75af #75ce94

#ce75af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce75af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce75af Color CSS Codes

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

#ce75af Text Font Color

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

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


#ce75af Background Color

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

This div background color is #ce75af


#ce75af Border Color

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

This div border color is #ce75af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce75af


Comments

No comments written yet.

Please login to write comment.