Color Hex Logo

#c300be Color Hex

#C300BE
(195,0,190)
0 Favorites   0 Comments

Color spaces of #c300be

RGB 1950190
HSL0.841.000.38
HSV302°100°76°
CMYK 0.001.000.03   0.24
XYZ31.799915.319849.9962
Yxy15.31980.32740.1577
Hunter Lab39.140576.5273-48.3358
CIE-Lab46.069179.5696-47.2806

#c300be color RGB value is (195,0,190).

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

The process color (four color CMYK) of #c300be color hex is 0.00, 1.00, 0.03, 0.24. Web safe color of #c300be is #cc00cc. Color #c300be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000000 10111110
Octal 303 0 276
Decimal 195 0 190
Hex C3 0 BE

RGB Percentages of Color #c300be

%50.65
%0.00
%49.35

CMYK Percentages of Color #c300be

%0
%100
%3
%24

Triadic Colors of #c300be

#c300be #bec300 #00bec3

Analogous Colors of #c300be

#c300be #c3005c #6700c3

Monochromatic Colors of #c300be

#c300be

Complementary Color

#c300be #00c305

#c300be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c300be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c300be Color CSS Codes

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

#c300be Text Font Color

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

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


#c300be Background Color

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

This div background color is #c300be


#c300be Border Color

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

This div border color is #c300be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c300be


Comments

No comments written yet.

Please login to write comment.