Color Hex Logo

#c303bb Color Hex

#C303BB
(195,3,187)
0 Favorites   0 Comments

Color spaces of #c303bb

RGB 1953187
HSL0.840.970.39
HSV303°98°76°
CMYK 0.000.980.04   0.24
XYZ31.507915.255148.2976
Yxy15.25510.33150.1605
Hunter Lab39.057875.6448-45.9757
CIE-Lab45.981678.8810-45.6639

#c303bb color RGB value is (195,3,187).

#c303bb hex color red value is 195, green value is 3 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c303bb hue: 0.84 , saturation: 0.97 and the lightness value of c303bb is 0.39.

The process color (four color CMYK) of #c303bb color hex is 0.00, 0.98, 0.04, 0.24. Web safe color of #c303bb is #cc00cc. Color #c303bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000011 10111011
Octal 303 3 273
Decimal 195 3 187
Hex C3 3 BB

RGB Percentages of Color #c303bb

%50.65
%0.78
%48.57

CMYK Percentages of Color #c303bb

%0
%98
%4
%24

Triadic Colors of #c303bb

#c303bb #bbc303 #03bbc3

Analogous Colors of #c303bb

#c303bb #c3035b #6b03c3

Monochromatic Colors of #c303bb

#c303bb

Complementary Color

#c303bb #03c30b

#c303bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c303bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c303bb Color CSS Codes

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

#c303bb Text Font Color

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

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


#c303bb Background Color

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

This div background color is #c303bb


#c303bb Border Color

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

This div border color is #c303bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c303bb


Comments

No comments written yet.

Please login to write comment.