Color Hex Logo

#ce758f Color Hex

#CE758F
(206,117,143)
0 Favorites   0 Comments

Color spaces of #ce758f

RGB 206117143
HSL0.950.480.63
HSV342°43°81°
CMYK 0.000.430.31   0.19
XYZ36.772827.827629.4197
Yxy27.82760.39110.2960
Hunter Lab52.751932.11483.8603
CIE-Lab59.732737.89991.2763

#ce758f color RGB value is (206,117,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 10001111
Octal 316 165 217
Decimal 206 117 143
Hex CE 75 8F

RGB Percentages of Color #ce758f

%44.21
%25.11
%30.69

CMYK Percentages of Color #ce758f

%0
%43
%31
%19

Triadic Colors of #ce758f

#ce758f #8fce75 #758fce

Analogous Colors of #ce758f

#ce758f #ce8875 #ce75bc

Monochromatic Colors of #ce758f

#ce758f

Complementary Color

#ce758f #75ceb4

#ce758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce758f Color CSS Codes

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

#ce758f Text Font Color

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

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


#ce758f Background Color

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

This div background color is #ce758f


#ce758f Border Color

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

This div border color is #ce758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce758f


Comments

No comments written yet.

Please login to write comment.