Color Hex Logo

#c308bb Color Hex

#C308BB
(195,8,187)
0 Favorites   0 Comments

Color spaces of #c308bb

RGB 1958187
HSL0.840.920.40
HSV303°96°76°
CMYK 0.000.960.04   0.24
XYZ31.562215.363648.3157
Yxy15.36360.33140.1613
Hunter Lab39.196475.1401-45.6467
CIE-Lab46.128278.4478-45.4302

#c308bb color RGB value is (195,8,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001000 10111011
Octal 303 10 273
Decimal 195 8 187
Hex C3 8 BB

RGB Percentages of Color #c308bb

%50.00
%2.05
%47.95

CMYK Percentages of Color #c308bb

%0
%96
%4
%24

Triadic Colors of #c308bb

#c308bb #bbc308 #08bbc3

Analogous Colors of #c308bb

#c308bb #c3085e #6e08c3

Monochromatic Colors of #c308bb

#c308bb

Complementary Color

#c308bb #08c310

#c308bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c308bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c308bb Color CSS Codes

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

#c308bb Text Font Color

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

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


#c308bb Background Color

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

This div background color is #c308bb


#c308bb Border Color

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

This div border color is #c308bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c308bb


Comments

No comments written yet.

Please login to write comment.