Color Hex Logo

#ce659b Color Hex

#CE659B
(206,101,155)
0 Favorites   0 Comments

Color spaces of #ce659b

RGB 206101155
HSL0.910.520.60
HSV329°51°81°
CMYK 0.000.510.25   0.19
XYZ36.023724.795733.8977
Yxy24.79570.38030.2618
Hunter Lab49.795341.9916-5.5044
CIE-Lab56.875847.7229-9.9022

#ce659b color RGB value is (206,101,155).

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

The process color (four color CMYK) of #ce659b color hex is 0.00, 0.51, 0.25, 0.19. Web safe color of #ce659b is #cc6699. Color #ce659b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100101 10011011
Octal 316 145 233
Decimal 206 101 155
Hex CE 65 9B

RGB Percentages of Color #ce659b

%44.59
%21.86
%33.55

CMYK Percentages of Color #ce659b

%0
%51
%25
%19

Triadic Colors of #ce659b

#ce659b #9bce65 #659bce

Analogous Colors of #ce659b

#ce659b #ce6567 #cd65ce

Monochromatic Colors of #ce659b

#ce659b

Complementary Color

#ce659b #65ce98

#ce659b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce659b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce659b Color CSS Codes

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

#ce659b Text Font Color

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

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


#ce659b Background Color

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

This div background color is #ce659b


#ce659b Border Color

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

This div border color is #ce659b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce659b


Comments

No comments written yet.

Please login to write comment.