Color Hex Logo

#c17cf5 Color Hex

#C17CF5
(193,124,245)
0 Favorites   0 Comments

Color spaces of #c17cf5

RGB 193124245
HSL0.760.860.72
HSV274°49°96°
CMYK 0.210.490.00   0.04
XYZ45.681432.345390.2218
Yxy32.34530.27150.1922
Hunter Lab56.872943.8469-54.2451
CIE-Lab63.627248.4341-50.5628

#c17cf5 color RGB value is (193,124,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111100 11110101
Octal 301 174 365
Decimal 193 124 245
Hex C1 7C F5

RGB Percentages of Color #c17cf5

%34.34
%22.06
%43.59

CMYK Percentages of Color #c17cf5

%21
%49
%0
%4

Triadic Colors of #c17cf5

#c17cf5 #f5c17c #7cf5c1

Analogous Colors of #c17cf5

#c17cf5 #f57ced #857cf5

Monochromatic Colors of #c17cf5

#c17cf5

Complementary Color

#c17cf5 #b0f57c

#c17cf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17cf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17cf5 Color CSS Codes

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

#c17cf5 Text Font Color

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

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


#c17cf5 Background Color

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

This div background color is #c17cf5


#c17cf5 Border Color

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

This div border color is #c17cf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17cf5


Comments

No comments written yet.

Please login to write comment.