Color Hex Logo

#ce517a Color Hex

#CE517A
(206,81,122)
0 Favorites   0 Comments

Color spaces of #ce517a

RGB 20681122
HSL0.950.560.56
HSV340°61°81°
CMYK 0.000.610.41   0.19
XYZ31.908920.411820.6704
Yxy20.41180.43720.2796
Hunter Lab45.179447.00534.4993
CIE-Lab52.299653.11012.8122

#ce517a color RGB value is (206,81,122).

#ce517a hex color red value is 206, green value is 81 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ce517a hue: 0.95 , saturation: 0.56 and the lightness value of ce517a is 0.56.

The process color (four color CMYK) of #ce517a color hex is 0.00, 0.61, 0.41, 0.19. Web safe color of #ce517a is #cc6666. Color #ce517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010001 01111010
Octal 316 121 172
Decimal 206 81 122
Hex CE 51 7A

RGB Percentages of Color #ce517a

%50.37
%19.80
%29.83

CMYK Percentages of Color #ce517a

%0
%61
%41
%19

Triadic Colors of #ce517a

#ce517a #7ace51 #517ace

Analogous Colors of #ce517a

#ce517a #ce6751 #ce51b9

Monochromatic Colors of #ce517a

#ce517a

Complementary Color

#ce517a #51cea5

#ce517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce517a Color CSS Codes

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

#ce517a Text Font Color

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

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


#ce517a Background Color

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

This div background color is #ce517a


#ce517a Border Color

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

This div border color is #ce517a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce517a


Comments

No comments written yet.

Please login to write comment.