Color Hex Logo

#ce5480 Color Hex

#CE5480
(206,84,128)
0 Favorites   0 Comments

Color spaces of #ce5480

RGB 20684128
HSL0.940.550.57
HSV338°59°81°
CMYK 0.000.590.38   0.19
XYZ32.520221.021022.7655
Yxy21.02100.42620.2755
Hunter Lab45.848746.37392.6545
CIE-Lab52.972552.41500.2130

#ce5480 color RGB value is (206,84,128).

#ce5480 hex color red value is 206, green value is 84 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ce5480 hue: 0.94 , saturation: 0.55 and the lightness value of ce5480 is 0.57.

The process color (four color CMYK) of #ce5480 color hex is 0.00, 0.59, 0.38, 0.19. Web safe color of #ce5480 is #cc6699. Color #ce5480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010100 10000000
Octal 316 124 200
Decimal 206 84 128
Hex CE 54 80

RGB Percentages of Color #ce5480

%49.28
%20.10
%30.62

CMYK Percentages of Color #ce5480

%0
%59
%38
%19

Triadic Colors of #ce5480

#ce5480 #80ce54 #5480ce

Analogous Colors of #ce5480

#ce5480 #ce6554 #ce54bd

Monochromatic Colors of #ce5480

#ce5480

Complementary Color

#ce5480 #54cea2

#ce5480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5480 Color CSS Codes

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

#ce5480 Text Font Color

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

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


#ce5480 Background Color

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

This div background color is #ce5480


#ce5480 Border Color

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

This div border color is #ce5480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5480


Comments

No comments written yet.

Please login to write comment.