Color Hex Logo

#ce758a Color Hex

#CE758A
(206,117,138)
0 Favorites   0 Comments

Color spaces of #ce758a

RGB 206117138
HSL0.960.480.63
HSV346°43°81°
CMYK 0.000.430.33   0.19
XYZ36.402327.679427.4688
Yxy27.67940.39760.3023
Hunter Lab52.611231.43665.8720
CIE-Lab59.598037.25273.9677

#ce758a color RGB value is (206,117,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 10001010
Octal 316 165 212
Decimal 206 117 138
Hex CE 75 8A

RGB Percentages of Color #ce758a

%44.69
%25.38
%29.93

CMYK Percentages of Color #ce758a

%0
%43
%33
%19

Triadic Colors of #ce758a

#ce758a #8ace75 #758ace

Analogous Colors of #ce758a

#ce758a #ce8d75 #ce75b7

Monochromatic Colors of #ce758a

#ce758a

Complementary Color

#ce758a #75ceb9

#ce758a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce758a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce758a Color CSS Codes

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

#ce758a Text Font Color

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

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


#ce758a Background Color

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

This div background color is #ce758a


#ce758a Border Color

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

This div border color is #ce758a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce758a


Comments

No comments written yet.

Please login to write comment.