Color Hex Logo

#ce40bf Color Hex

#CE40BF
(206,64,191)
0 Favorites   0 Comments

Color spaces of #ce40bf

RGB 20664191
HSL0.850.590.53
HSV306°69°81°
CMYK 0.000.690.07   0.19
XYZ36.691020.550251.3230
Yxy20.55020.33800.1893
Hunter Lab45.332365.1424-35.3925
CIE-Lab52.453769.0045-37.6258

#ce40bf color RGB value is (206,64,191).

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

The process color (four color CMYK) of #ce40bf color hex is 0.00, 0.69, 0.07, 0.19. Web safe color of #ce40bf is #cc33cc. Color #ce40bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 10111111
Octal 316 100 277
Decimal 206 64 191
Hex CE 40 BF

RGB Percentages of Color #ce40bf

%44.69
%13.88
%41.43

CMYK Percentages of Color #ce40bf

%0
%69
%7
%19

Triadic Colors of #ce40bf

#ce40bf #bfce40 #40bfce

Analogous Colors of #ce40bf

#ce40bf #ce4078 #9640ce

Monochromatic Colors of #ce40bf

#ce40bf

Complementary Color

#ce40bf #40ce4f

#ce40bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce40bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce40bf Color CSS Codes

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

#ce40bf Text Font Color

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

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


#ce40bf Background Color

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

This div background color is #ce40bf


#ce40bf Border Color

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

This div border color is #ce40bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,64,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 #ce40bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce40bf


Comments

No comments written yet.

Please login to write comment.