Color Hex Logo

#ce626b Color Hex

#CE626B
(206,98,107)
0 Favorites   0 Comments

Color spaces of #ce626b

RGB 20698107
HSL0.990.520.60
HSV355°52°81°
CMYK 0.000.520.48   0.19
XYZ32.475122.918716.6220
Yxy22.91870.45090.3182
Hunter Lab47.873537.307412.9255
CIE-Lab54.988543.563515.5038

#ce626b color RGB value is (206,98,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 01101011
Octal 316 142 153
Decimal 206 98 107
Hex CE 62 6B

RGB Percentages of Color #ce626b

%50.12
%23.84
%26.03

CMYK Percentages of Color #ce626b

%0
%52
%48
%19

Triadic Colors of #ce626b

#ce626b #6bce62 #626bce

Analogous Colors of #ce626b

#ce626b #ce8f62 #ce62a1

Monochromatic Colors of #ce626b

#ce626b

Complementary Color

#ce626b #62cec5

#ce626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce626b Color CSS Codes

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

#ce626b Text Font Color

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

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


#ce626b Background Color

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

This div background color is #ce626b


#ce626b Border Color

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

This div border color is #ce626b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce626b


Comments

No comments written yet.

Please login to write comment.