Color Hex Logo

#c740fd Color Hex

#C740FD
(199,64,253)
0 Favorites   0 Comments

Color spaces of #c740fd

RGB 19964253
HSL0.790.980.62
HSV283°75°99°
CMYK 0.210.750.00   0.01
XYZ43.116222.900895.0763
Yxy22.90080.26760.1422
Hunter Lab47.854877.0791-84.2971
CIE-Lab54.970078.2771-68.7995

#c740fd color RGB value is (199,64,253).

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

The process color (four color CMYK) of #c740fd color hex is 0.21, 0.75, 0.00, 0.01. Web safe color of #c740fd is #cc33ff. Color #c740fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000000 11111101
Octal 307 100 375
Decimal 199 64 253
Hex C7 40 FD

RGB Percentages of Color #c740fd

%38.57
%12.40
%49.03

CMYK Percentages of Color #c740fd

%21
%75
%0
%1

Triadic Colors of #c740fd

#c740fd #fdc740 #40fdc7

Analogous Colors of #c740fd

#c740fd #fd40d5 #6940fd

Monochromatic Colors of #c740fd

#c740fd

Complementary Color

#c740fd #76fd40

#c740fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c740fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c740fd Color CSS Codes

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

#c740fd Text Font Color

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

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


#c740fd Background Color

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

This div background color is #c740fd


#c740fd Border Color

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

This div border color is #c740fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c740fd


Comments

No comments written yet.

Please login to write comment.