Color Hex Logo

#ce2ff0 Color Hex

#CE2FF0
(206,47,240)
0 Favorites   0 Comments

Color spaces of #ce2ff0

RGB 20647240
HSL0.800.870.56
HSV289°80°94°
CMYK 0.140.800.00   0.06
XYZ42.198321.446184.3535
Yxy21.44610.28510.1449
Hunter Lab46.309981.6095-75.5797
CIE-Lab53.434382.1506-63.9724

#ce2ff0 color RGB value is (206,47,240).

#ce2ff0 hex color red value is 206, green value is 47 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ce2ff0 hue: 0.80 , saturation: 0.87 and the lightness value of ce2ff0 is 0.56.

The process color (four color CMYK) of #ce2ff0 color hex is 0.14, 0.80, 0.00, 0.06. Web safe color of #ce2ff0 is #cc33ff. Color #ce2ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101111 11110000
Octal 316 57 360
Decimal 206 47 240
Hex CE 2F F0

RGB Percentages of Color #ce2ff0

%41.78
%9.53
%48.68

CMYK Percentages of Color #ce2ff0

%14
%80
%0
%6

Triadic Colors of #ce2ff0

#ce2ff0 #f0ce2f #2ff0ce

Analogous Colors of #ce2ff0

#ce2ff0 #f02fb2 #6e2ff0

Monochromatic Colors of #ce2ff0

#ce2ff0

Complementary Color

#ce2ff0 #51f02f

#ce2ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2ff0 Color CSS Codes

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

#ce2ff0 Text Font Color

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

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


#ce2ff0 Background Color

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

This div background color is #ce2ff0


#ce2ff0 Border Color

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

This div border color is #ce2ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2ff0


Comments

No comments written yet.

Please login to write comment.