Color Hex Logo

#ce95b6 Color Hex

#CE95B6
(206,149,182)
0 Favorites   0 Comments

Color spaces of #ce95b6

RGB 206149182
HSL0.900.370.70
HSV325°28°81°
CMYK 0.000.280.12   0.19
XYZ44.644537.994149.2365
Yxy37.99410.33850.2881
Hunter Lab61.639421.4161-4.2123
CIE-Lab68.016326.5299-8.6552

#ce95b6 color RGB value is (206,149,182).

#ce95b6 hex color red value is 206, green value is 149 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ce95b6 hue: 0.90 , saturation: 0.37 and the lightness value of ce95b6 is 0.70.

The process color (four color CMYK) of #ce95b6 color hex is 0.00, 0.28, 0.12, 0.19. Web safe color of #ce95b6 is #cc99cc. Color #ce95b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 10110110
Octal 316 225 266
Decimal 206 149 182
Hex CE 95 B6

RGB Percentages of Color #ce95b6

%38.36
%27.75
%33.89

CMYK Percentages of Color #ce95b6

%0
%28
%12
%19

Triadic Colors of #ce95b6

#ce95b6 #b6ce95 #95b6ce

Analogous Colors of #ce95b6

#ce95b6 #ce959a #ca95ce

Monochromatic Colors of #ce95b6

#ce95b6

Complementary Color

#ce95b6 #95cead

#ce95b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce95b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce95b6 Color CSS Codes

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

#ce95b6 Text Font Color

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

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


#ce95b6 Background Color

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

This div background color is #ce95b6


#ce95b6 Border Color

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

This div border color is #ce95b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce95b6


Comments

No comments written yet.

Please login to write comment.