Color Hex Logo

#ce7b98 Color Hex

#CE7B98
(206,123,152)
0 Favorites   0 Comments

Color spaces of #ce7b98

RGB 206123152
HSL0.940.460.65
HSV339°40°81°
CMYK 0.000.400.26   0.19
XYZ38.204129.554733.3968
Yxy29.55470.37770.2922
Hunter Lab54.364230.30231.6322
CIE-Lab61.268135.9486-1.6583

#ce7b98 color RGB value is (206,123,152).

#ce7b98 hex color red value is 206, green value is 123 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ce7b98 hue: 0.94 , saturation: 0.46 and the lightness value of ce7b98 is 0.65.

The process color (four color CMYK) of #ce7b98 color hex is 0.00, 0.40, 0.26, 0.19. Web safe color of #ce7b98 is #cc6699. Color #ce7b98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111011 10011000
Octal 316 173 230
Decimal 206 123 152
Hex CE 7B 98

RGB Percentages of Color #ce7b98

%42.83
%25.57
%31.60

CMYK Percentages of Color #ce7b98

%0
%40
%26
%19

Triadic Colors of #ce7b98

#ce7b98 #98ce7b #7b98ce

Analogous Colors of #ce7b98

#ce7b98 #ce887b #ce7bc2

Monochromatic Colors of #ce7b98

#ce7b98

Complementary Color

#ce7b98 #7bceb1

#ce7b98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7b98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7b98 Color CSS Codes

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

#ce7b98 Text Font Color

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

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


#ce7b98 Background Color

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

This div background color is #ce7b98


#ce7b98 Border Color

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

This div border color is #ce7b98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7b98


Comments

No comments written yet.

Please login to write comment.