Color Hex Logo

#ce07ff Color Hex

#CE07FF
(206,7,255)
0 Favorites   0 Comments

Color spaces of #ce07ff

RGB 2067255
HSL0.801.000.51
HSV288°97°100°
CMYK 0.190.970.00   0.00
XYZ43.579620.493896.2665
Yxy20.49380.27180.1278
Hunter Lab45.270192.6118-94.3907
CIE-Lab52.391090.7651-74.0405

#ce07ff color RGB value is (206,7,255).

#ce07ff hex color red value is 206, green value is 7 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ce07ff hue: 0.80 , saturation: 1.00 and the lightness value of ce07ff is 0.51.

The process color (four color CMYK) of #ce07ff color hex is 0.19, 0.97, 0.00, 0.00. Web safe color of #ce07ff is #cc00ff. Color #ce07ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000111 11111111
Octal 316 7 377
Decimal 206 7 255
Hex CE 7 FF

RGB Percentages of Color #ce07ff

%44.02
%1.50
%54.49

CMYK Percentages of Color #ce07ff

%19
%97
%0
%0

Triadic Colors of #ce07ff

#ce07ff #ffce07 #07ffce

Analogous Colors of #ce07ff

#ce07ff #ff07b4 #5207ff

Monochromatic Colors of #ce07ff

#ce07ff

Complementary Color

#ce07ff #38ff07

#ce07ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce07ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce07ff Color CSS Codes

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

#ce07ff Text Font Color

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

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


#ce07ff Background Color

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

This div background color is #ce07ff


#ce07ff Border Color

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

This div border color is #ce07ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce07ff

Related Colors


Comments

No comments written yet.

Please login to write comment.