Color Hex Logo

#c300ed Color Hex

#C300ED
(195,0,237)
0 Favorites   0 Comments

Color spaces of #c300ed

RGB 1950237
HSL0.801.000.46
HSV289°100°93°
CMYK 0.181.000.00   0.07
XYZ37.791717.716581.5485
Yxy17.71650.27570.1293
Hunter Lab42.091086.6084-85.4068
CIE-Lab49.150486.8473-69.2993

#c300ed color RGB value is (195,0,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000000 11101101
Octal 303 0 355
Decimal 195 0 237
Hex C3 0 ED

RGB Percentages of Color #c300ed

%45.14
%0.00
%54.86

CMYK Percentages of Color #c300ed

%18
%100
%0
%7

Triadic Colors of #c300ed

#c300ed #edc300 #00edc3

Analogous Colors of #c300ed

#c300ed #ed00a1 #4c00ed

Monochromatic Colors of #c300ed

#c300ed

Complementary Color

#c300ed #2aed00

#c300ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c300ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c300ed Color CSS Codes

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

#c300ed Text Font Color

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

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


#c300ed Background Color

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

This div background color is #c300ed


#c300ed Border Color

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

This div border color is #c300ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,0,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c300ed


Comments

No comments written yet.

Please login to write comment.