Color Hex Logo

#c308db Color Hex

#C308DB
(195,8,219)
0 Favorites   0 Comments

Color spaces of #c308db

RGB 1958219
HSL0.810.930.45
HSV293°96°86°
CMYK 0.110.960.00   0.14
XYZ35.378716.890268.4133
Yxy16.89020.29320.1400
Hunter Lab41.097781.7397-69.9288
CIE-Lab48.121483.2849-60.7457

#c308db color RGB value is (195,8,219).

#c308db hex color red value is 195, green value is 8 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c308db hue: 0.81 , saturation: 0.93 and the lightness value of c308db is 0.45.

The process color (four color CMYK) of #c308db color hex is 0.11, 0.96, 0.00, 0.14. Web safe color of #c308db is #cc00cc. Color #c308db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001000 11011011
Octal 303 10 333
Decimal 195 8 219
Hex C3 8 DB

RGB Percentages of Color #c308db

%46.21
%1.90
%51.90

CMYK Percentages of Color #c308db

%11
%96
%0
%14

Triadic Colors of #c308db

#c308db #dbc308 #08dbc3

Analogous Colors of #c308db

#c308db #db088a #5908db

Monochromatic Colors of #c308db

#c308db

Complementary Color

#c308db #20db08

#c308db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c308db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c308db Color CSS Codes

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

#c308db Text Font Color

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

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


#c308db Background Color

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

This div background color is #c308db


#c308db Border Color

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

This div border color is #c308db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c308db


Comments

No comments written yet.

Please login to write comment.