Color Hex Logo

#ce5084 Color Hex

#CE5084
(206,80,132)
0 Favorites   0 Comments

Color spaces of #ce5084

RGB 20680132
HSL0.930.560.56
HSV335°61°81°
CMYK 0.000.610.36   0.19
XYZ32.487120.525124.0793
Yxy20.52510.42140.2662
Hunter Lab45.304648.71590.2008
CIE-Lab52.425854.6528-2.9704

#ce5084 color RGB value is (206,80,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 10000100
Octal 316 120 204
Decimal 206 80 132
Hex CE 50 84

RGB Percentages of Color #ce5084

%49.28
%19.14
%31.58

CMYK Percentages of Color #ce5084

%0
%61
%36
%19

Triadic Colors of #ce5084

#ce5084 #84ce50 #5084ce

Analogous Colors of #ce5084

#ce5084 #ce5b50 #ce50c3

Monochromatic Colors of #ce5084

#ce5084

Complementary Color

#ce5084 #50ce9a

#ce5084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5084 Color CSS Codes

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

#ce5084 Text Font Color

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

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


#ce5084 Background Color

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

This div background color is #ce5084


#ce5084 Border Color

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

This div border color is #ce5084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5084


Comments

No comments written yet.

Please login to write comment.