Color Hex Logo

#c536f7 Color Hex

#C536F7
(197,54,247)
0 Favorites   0 Comments

Color spaces of #c536f7

RGB 19754247
HSL0.790.920.59
HSV284°78°97°
CMYK 0.200.780.00   0.03
XYZ41.133621.224189.9244
Yxy21.22410.27010.1394
Hunter Lab46.069678.7532-83.4808
CIE-Lab53.193979.9516-68.3447

#c536f7 color RGB value is (197,54,247).

#c536f7 hex color red value is 197, green value is 54 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #c536f7 hue: 0.79 , saturation: 0.92 and the lightness value of c536f7 is 0.59.

The process color (four color CMYK) of #c536f7 color hex is 0.20, 0.78, 0.00, 0.03. Web safe color of #c536f7 is #cc33ff. Color #c536f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110110 11110111
Octal 305 66 367
Decimal 197 54 247
Hex C5 36 F7

RGB Percentages of Color #c536f7

%39.56
%10.84
%49.60

CMYK Percentages of Color #c536f7

%20
%78
%0
%3

Triadic Colors of #c536f7

#c536f7 #f7c536 #36f7c5

Analogous Colors of #c536f7

#c536f7 #f736c9 #6536f7

Monochromatic Colors of #c536f7

#c536f7

Complementary Color

#c536f7 #68f736

#c536f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c536f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c536f7 Color CSS Codes

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

#c536f7 Text Font Color

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

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


#c536f7 Background Color

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

This div background color is #c536f7


#c536f7 Border Color

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

This div border color is #c536f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c536f7


Comments

No comments written yet.

Please login to write comment.