Color Hex Logo

#c55dfc Color Hex

#C55DFC
(197,93,252)
0 Favorites   0 Comments

Color spaces of #c55dfc

RGB 19793252
HSL0.780.960.68
HSV279°63°99°
CMYK 0.220.630.00   0.01
XYZ44.511026.727394.9084
Yxy26.72730.26790.1609
Hunter Lab51.698563.2115-72.6561
CIE-Lab58.721166.2076-62.2196

#c55dfc color RGB value is (197,93,252).

#c55dfc hex color red value is 197, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c55dfc hue: 0.78 , saturation: 0.96 and the lightness value of c55dfc is 0.68.

The process color (four color CMYK) of #c55dfc color hex is 0.22, 0.63, 0.00, 0.01. Web safe color of #c55dfc is #cc66ff. Color #c55dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011101 11111100
Octal 305 135 374
Decimal 197 93 252
Hex C5 5D FC

RGB Percentages of Color #c55dfc

%36.35
%17.16
%46.49

CMYK Percentages of Color #c55dfc

%22
%63
%0
%1

Triadic Colors of #c55dfc

#c55dfc #fcc55d #5dfcc5

Analogous Colors of #c55dfc

#c55dfc #fc5de4 #765dfc

Monochromatic Colors of #c55dfc

#c55dfc

Complementary Color

#c55dfc #94fc5d

#c55dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55dfc Color CSS Codes

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

#c55dfc Text Font Color

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

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


#c55dfc Background Color

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

This div background color is #c55dfc


#c55dfc Border Color

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

This div border color is #c55dfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,93,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c55dfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c55dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #c55dfc;
  box-shadow:         1px 1px 3px 2px #c55dfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,93,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55dfc


Comments

No comments written yet.

Please login to write comment.