Color Hex Logo

#ce627d Color Hex

#CE627D
(206,98,125)
0 Favorites   0 Comments

Color spaces of #ce627d

RGB 20698125
HSL0.960.520.60
HSV345°52°81°
CMYK 0.000.520.39   0.19
XYZ33.523023.337822.1398
Yxy23.33780.42430.2954
Hunter Lab48.309239.32466.6442
CIE-Lab55.418645.42975.5281

#ce627d color RGB value is (206,98,125).

#ce627d hex color red value is 206, green value is 98 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ce627d hue: 0.96 , saturation: 0.52 and the lightness value of ce627d is 0.60.

The process color (four color CMYK) of #ce627d color hex is 0.00, 0.52, 0.39, 0.19. Web safe color of #ce627d is #cc6666. Color #ce627d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 01111101
Octal 316 142 175
Decimal 206 98 125
Hex CE 62 7D

RGB Percentages of Color #ce627d

%48.02
%22.84
%29.14

CMYK Percentages of Color #ce627d

%0
%52
%39
%19

Triadic Colors of #ce627d

#ce627d #7dce62 #627dce

Analogous Colors of #ce627d

#ce627d #ce7d62 #ce62b3

Monochromatic Colors of #ce627d

#ce627d

Complementary Color

#ce627d #62ceb3

#ce627d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce627d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce627d Color CSS Codes

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

#ce627d Text Font Color

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

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


#ce627d Background Color

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

This div background color is #ce627d


#ce627d Border Color

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

This div border color is #ce627d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce627d


Comments

No comments written yet.

Please login to write comment.