Color Hex Logo

#c305be Color Hex

#C305BE
(195,5,190)
0 Favorites   0 Comments

Color spaces of #c305be

RGB 1955190
HSL0.840.950.39
HSV302°97°76°
CMYK 0.000.970.03   0.24
XYZ31.854215.428350.0143
Yxy15.42830.32740.1586
Hunter Lab39.278976.0211-47.9995
CIE-Lab46.215379.1369-47.0472

#c305be color RGB value is (195,5,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000101 10111110
Octal 303 5 276
Decimal 195 5 190
Hex C3 5 BE

RGB Percentages of Color #c305be

%50.00
%1.28
%48.72

CMYK Percentages of Color #c305be

%0
%97
%3
%24

Triadic Colors of #c305be

#c305be #bec305 #05bec3

Analogous Colors of #c305be

#c305be #c3055f #6905c3

Monochromatic Colors of #c305be

#c305be

Complementary Color

#c305be #05c30a

#c305be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c305be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c305be Color CSS Codes

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

#c305be Text Font Color

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

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


#c305be Background Color

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

This div background color is #c305be


#c305be Border Color

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

This div border color is #c305be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c305be


Comments

No comments written yet.

Please login to write comment.