Color Hex Logo

#ce547f Color Hex

#CE547F
(206,84,127)
0 Favorites   0 Comments

Color spaces of #ce547f

RGB 20684127
HSL0.940.550.57
HSV339°59°81°
CMYK 0.000.590.38   0.19
XYZ32.454720.994822.4205
Yxy20.99480.42780.2767
Hunter Lab45.820146.24773.0625
CIE-Lab52.943852.30370.7663

#ce547f color RGB value is (206,84,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010100 01111111
Octal 316 124 177
Decimal 206 84 127
Hex CE 54 7F

RGB Percentages of Color #ce547f

%49.40
%20.14
%30.46

CMYK Percentages of Color #ce547f

%0
%59
%38
%19

Triadic Colors of #ce547f

#ce547f #7fce54 #547fce

Analogous Colors of #ce547f

#ce547f #ce6654 #ce54bc

Monochromatic Colors of #ce547f

#ce547f

Complementary Color

#ce547f #54cea3

#ce547f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce547f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce547f Color CSS Codes

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

#ce547f Text Font Color

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

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


#ce547f Background Color

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

This div background color is #ce547f


#ce547f Border Color

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

This div border color is #ce547f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce547f


Comments

No comments written yet.

Please login to write comment.