Color Hex Logo

#ce01be Color Hex

#CE01BE
(206,1,190)
0 Favorites   0 Comments

Color spaces of #ce01be

RGB 2061190
HSL0.850.990.41
HSV305°100°81°
CMYK 0.001.000.08   0.19
XYZ34.758716.861250.1378
Yxy16.86120.34160.1657
Hunter Lab41.062479.2384-43.6503
CIE-Lab48.084781.3298-43.9511

#ce01be color RGB value is (206,1,190).

#ce01be hex color red value is 206, green value is 1 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ce01be hue: 0.85 , saturation: 0.99 and the lightness value of ce01be is 0.41.

The process color (four color CMYK) of #ce01be color hex is 0.00, 1.00, 0.08, 0.19. Web safe color of #ce01be is #cc00cc. Color #ce01be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000001 10111110
Octal 316 1 276
Decimal 206 1 190
Hex CE 1 BE

RGB Percentages of Color #ce01be

%51.89
%0.25
%47.86

CMYK Percentages of Color #ce01be

%0
%100
%8
%19

Triadic Colors of #ce01be

#ce01be #bece01 #01bece

Analogous Colors of #ce01be

#ce01be #ce0157 #7801ce

Monochromatic Colors of #ce01be

#ce01be

Complementary Color

#ce01be #01ce11

#ce01be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce01be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce01be Color CSS Codes

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

#ce01be Text Font Color

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

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


#ce01be Background Color

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

This div background color is #ce01be


#ce01be Border Color

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

This div border color is #ce01be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce01be


Comments

No comments written yet.

Please login to write comment.