Color Hex Logo

#ce508e Color Hex

#CE508E
(206,80,142)
0 Favorites   0 Comments

Color spaces of #ce508e

RGB 20680142
HSL0.920.560.56
HSV330°61°81°
CMYK 0.000.610.31   0.19
XYZ33.204720.812127.8582
Yxy20.81210.40560.2542
Hunter Lab45.620350.0857-4.2715
CIE-Lab52.743255.8397-8.4452

#ce508e color RGB value is (206,80,142).

#ce508e hex color red value is 206, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ce508e hue: 0.92 , saturation: 0.56 and the lightness value of ce508e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 10001110
Octal 316 120 216
Decimal 206 80 142
Hex CE 50 8E

RGB Percentages of Color #ce508e

%48.13
%18.69
%33.18

CMYK Percentages of Color #ce508e

%0
%61
%31
%19

Triadic Colors of #ce508e

#ce508e #8ece50 #508ece

Analogous Colors of #ce508e

#ce508e #ce5150 #ce50cd

Monochromatic Colors of #ce508e

#ce508e

Complementary Color

#ce508e #50ce90

#ce508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce508e Color CSS Codes

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

#ce508e Text Font Color

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

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


#ce508e Background Color

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

This div background color is #ce508e


#ce508e Border Color

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

This div border color is #ce508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce508e


Comments

No comments written yet.

Please login to write comment.