Color Hex Logo

#c97efd Color Hex

#C97EFD
(201,126,253)
0 Favorites   0 Comments

Color spaces of #c97efd

RGB 201126253
HSL0.770.970.74
HSV275°50°99°
CMYK 0.210.500.00   0.01
XYZ49.277934.431196.9771
Yxy34.43110.27270.1906
Hunter Lab58.678047.2181-56.9139
CIE-Lab65.303351.2295-52.2490

#c97efd color RGB value is (201,126,253).

#c97efd hex color red value is 201, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c97efd hue: 0.77 , saturation: 0.97 and the lightness value of c97efd is 0.74.

The process color (four color CMYK) of #c97efd color hex is 0.21, 0.50, 0.00, 0.01. Web safe color of #c97efd is #cc66ff. Color #c97efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111110 11111101
Octal 311 176 375
Decimal 201 126 253
Hex C9 7E FD

RGB Percentages of Color #c97efd

%34.66
%21.72
%43.62

CMYK Percentages of Color #c97efd

%21
%50
%0
%1

Triadic Colors of #c97efd

#c97efd #fdc97e #7efdc9

Analogous Colors of #c97efd

#c97efd #fd7ef2 #8a7efd

Monochromatic Colors of #c97efd

#c97efd

Complementary Color

#c97efd #b2fd7e

#c97efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97efd Color CSS Codes

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

#c97efd Text Font Color

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

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


#c97efd Background Color

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

This div background color is #c97efd


#c97efd Border Color

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

This div border color is #c97efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,126,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c97efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c97efd;
  -webkit-box-shadow: 1px 1px 3px 2px #c97efd;
  box-shadow:         1px 1px 3px 2px #c97efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,126,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97efd

Related Colors


Comments

No comments written yet.

Please login to write comment.