Color Hex Logo

#c74efd Color Hex

#C74EFD
(199,78,253)
0 Favorites   0 Comments

Color spaces of #c74efd

RGB 19978253
HSL0.780.980.65
HSV281°69°99°
CMYK 0.210.690.00   0.01
XYZ44.007224.682795.3733
Yxy24.68270.26820.1504
Hunter Lab49.681771.1693-79.0411
CIE-Lab56.764973.1687-65.9037

#c74efd color RGB value is (199,78,253).

#c74efd hex color red value is 199, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c74efd hue: 0.78 , saturation: 0.98 and the lightness value of c74efd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001110 11111101
Octal 307 116 375
Decimal 199 78 253
Hex C7 4E FD

RGB Percentages of Color #c74efd

%37.55
%14.72
%47.74

CMYK Percentages of Color #c74efd

%21
%69
%0
%1

Triadic Colors of #c74efd

#c74efd #fdc74e #4efdc7

Analogous Colors of #c74efd

#c74efd #fd4edc #704efd

Monochromatic Colors of #c74efd

#c74efd

Complementary Color

#c74efd #84fd4e

#c74efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74efd Color CSS Codes

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

#c74efd Text Font Color

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

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


#c74efd Background Color

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

This div background color is #c74efd


#c74efd Border Color

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

This div border color is #c74efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74efd


Comments

No comments written yet.

Please login to write comment.