Color Hex Logo

#ce1fdc Color Hex

#CE1FDC
(206,31,220)
0 Favorites   0 Comments

Color spaces of #ce1fdc

RGB 20631220
HSL0.820.750.49
HSV296°86°86°
CMYK 0.060.860.00   0.14
XYZ38.861919.269169.3812
Yxy19.26910.30480.1511
Hunter Lab43.896681.2081-62.9838
CIE-Lab51.000682.3109-56.5856

#ce1fdc color RGB value is (206,31,220).

#ce1fdc hex color red value is 206, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce1fdc hue: 0.82 , saturation: 0.75 and the lightness value of ce1fdc is 0.49.

The process color (four color CMYK) of #ce1fdc color hex is 0.06, 0.86, 0.00, 0.14. Web safe color of #ce1fdc is #cc33cc. Color #ce1fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011111 11011100
Octal 316 37 334
Decimal 206 31 220
Hex CE 1F DC

RGB Percentages of Color #ce1fdc

%45.08
%6.78
%48.14

CMYK Percentages of Color #ce1fdc

%6
%86
%0
%14

Triadic Colors of #ce1fdc

#ce1fdc #dcce1f #1fdcce

Analogous Colors of #ce1fdc

#ce1fdc #dc1f8c #701fdc

Monochromatic Colors of #ce1fdc

#ce1fdc

Complementary Color

#ce1fdc #2ddc1f

#ce1fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1fdc Color CSS Codes

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

#ce1fdc Text Font Color

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

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


#ce1fdc Background Color

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

This div background color is #ce1fdc


#ce1fdc Border Color

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

This div border color is #ce1fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1fdc


Comments

No comments written yet.

Please login to write comment.