Color Hex Logo

#c300ff Color Hex

#C300FF
(195,0,255)
0 Favorites   0 Comments

Color spaces of #c300ff

RGB 1950255
HSL0.791.000.50
HSV286°100°100°
CMYK 0.241.000.00   0.00
XYZ40.555718.822196.1032
Yxy18.82210.26080.1211
Hunter Lab43.384490.9387-100.9673
CIE-Lab50.478489.8767-77.2294

#c300ff color RGB value is (195,0,255).

#c300ff hex color red value is 195, green value is 0 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c300ff hue: 0.79 , saturation: 1.00 and the lightness value of c300ff is 0.50.

The process color (four color CMYK) of #c300ff color hex is 0.24, 1.00, 0.00, 0.00. Web safe color of #c300ff is #cc00ff. Color #c300ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000000 11111111
Octal 303 0 377
Decimal 195 0 255
Hex C3 0 FF

RGB Percentages of Color #c300ff

%43.33
%0.00
%56.67

CMYK Percentages of Color #c300ff

%24
%100
%0
%0

Triadic Colors of #c300ff

#c300ff #ffc300 #00ffc3

Analogous Colors of #c300ff

#c300ff #ff00bc #4400ff

Monochromatic Colors of #c300ff

#c300ff

Complementary Color

#c300ff #3cff00

#c300ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c300ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c300ff Color CSS Codes

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

#c300ff Text Font Color

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

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


#c300ff Background Color

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

This div background color is #c300ff


#c300ff Border Color

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

This div border color is #c300ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c300ff

Related Colors


Comments

No comments written yet.

Please login to write comment.