Color Hex Logo

#c178f5 Color Hex

#C178F5
(193,120,245)
0 Favorites   0 Comments

Color spaces of #c178f5

RGB 193120245
HSL0.760.860.72
HSV275°51°96°
CMYK 0.210.510.00   0.04
XYZ45.190231.363090.0581
Yxy31.36300.27120.1882
Hunter Lab56.002746.0322-56.1426
CIE-Lab62.812950.5355-51.8532

#c178f5 color RGB value is (193,120,245).

#c178f5 hex color red value is 193, green value is 120 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c178f5 hue: 0.76 , saturation: 0.86 and the lightness value of c178f5 is 0.72.

The process color (four color CMYK) of #c178f5 color hex is 0.21, 0.51, 0.00, 0.04. Web safe color of #c178f5 is #cc66ff. Color #c178f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111000 11110101
Octal 301 170 365
Decimal 193 120 245
Hex C1 78 F5

RGB Percentages of Color #c178f5

%34.59
%21.51
%43.91

CMYK Percentages of Color #c178f5

%21
%51
%0
%4

Triadic Colors of #c178f5

#c178f5 #f5c178 #78f5c1

Analogous Colors of #c178f5

#c178f5 #f578eb #8378f5

Monochromatic Colors of #c178f5

#c178f5

Complementary Color

#c178f5 #acf578

#c178f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c178f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c178f5 Color CSS Codes

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

#c178f5 Text Font Color

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

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


#c178f5 Background Color

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

This div background color is #c178f5


#c178f5 Border Color

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

This div border color is #c178f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,120,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c178f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c178f5;
  -webkit-box-shadow: 1px 1px 3px 2px #c178f5;
  box-shadow:         1px 1px 3px 2px #c178f5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,120,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c178f5


Comments

No comments written yet.

Please login to write comment.