Color Hex Logo

#c365dc Color Hex

#C365DC
(195,101,220)
0 Favorites   0 Comments

Color spaces of #c365dc

RGB 195101220
HSL0.800.630.63
HSV287°54°86°
CMYK 0.110.540.00   0.14
XYZ40.077626.076870.6311
Yxy26.07680.29300.1906
Hunter Lab51.065450.7273-46.2611
CIE-Lab58.109955.4974-45.3555

#c365dc color RGB value is (195,101,220).

#c365dc hex color red value is 195, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c365dc hue: 0.80 , saturation: 0.63 and the lightness value of c365dc is 0.63.

The process color (four color CMYK) of #c365dc color hex is 0.11, 0.54, 0.00, 0.14. Web safe color of #c365dc is #cc66cc. Color #c365dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100101 11011100
Octal 303 145 334
Decimal 195 101 220
Hex C3 65 DC

RGB Percentages of Color #c365dc

%37.79
%19.57
%42.64

CMYK Percentages of Color #c365dc

%11
%54
%0
%14

Triadic Colors of #c365dc

#c365dc #dcc365 #65dcc3

Analogous Colors of #c365dc

#c365dc #dc65ba #8865dc

Monochromatic Colors of #c365dc

#c365dc

Complementary Color

#c365dc #7edc65

#c365dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c365dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c365dc Color CSS Codes

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

#c365dc Text Font Color

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

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


#c365dc Background Color

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

This div background color is #c365dc


#c365dc Border Color

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

This div border color is #c365dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c365dc


Comments

No comments written yet.

Please login to write comment.