Color Hex Logo

#ce0bbf Color Hex

#CE0BBF
(206,11,191)
0 Favorites   0 Comments

Color spaces of #ce0bbf

RGB 20611191
HSL0.850.900.43
HSV305°95°81°
CMYK 0.000.950.07   0.19
XYZ34.977217.122750.7517
Yxy17.12270.34010.1665
Hunter Lab41.379678.4676-43.7530
CIE-Lab48.414380.6568-44.0106

#ce0bbf color RGB value is (206,11,191).

#ce0bbf hex color red value is 206, green value is 11 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce0bbf hue: 0.85 , saturation: 0.90 and the lightness value of ce0bbf is 0.43.

The process color (four color CMYK) of #ce0bbf color hex is 0.00, 0.95, 0.07, 0.19. Web safe color of #ce0bbf is #cc00cc. Color #ce0bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001011 10111111
Octal 316 13 277
Decimal 206 11 191
Hex CE B BF

RGB Percentages of Color #ce0bbf

%50.49
%2.70
%46.81

CMYK Percentages of Color #ce0bbf

%0
%95
%7
%19

Triadic Colors of #ce0bbf

#ce0bbf #bfce0b #0bbfce

Analogous Colors of #ce0bbf

#ce0bbf #ce0b5e #7c0bce

Monochromatic Colors of #ce0bbf

#ce0bbf

Complementary Color

#ce0bbf #0bce1a

#ce0bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0bbf Color CSS Codes

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

#ce0bbf Text Font Color

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

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


#ce0bbf Background Color

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

This div background color is #ce0bbf


#ce0bbf Border Color

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

This div border color is #ce0bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0bbf


Comments

No comments written yet.

Please login to write comment.