Color Hex Logo

#c75bfd Color Hex

#C75BFD
(199,91,253)
0 Favorites   0 Comments

Color spaces of #c75bfd

RGB 19991253
HSL0.780.980.67
HSV280°64°99°
CMYK 0.210.640.00   0.01
XYZ45.023926.716195.7122
Yxy26.71610.26890.1595
Hunter Lab51.687665.0339-73.6085
CIE-Lab58.710667.7383-62.7755

#c75bfd color RGB value is (199,91,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011011 11111101
Octal 307 133 375
Decimal 199 91 253
Hex C7 5B FD

RGB Percentages of Color #c75bfd

%36.65
%16.76
%46.59

CMYK Percentages of Color #c75bfd

%21
%64
%0
%1

Triadic Colors of #c75bfd

#c75bfd #fdc75b #5bfdc7

Analogous Colors of #c75bfd

#c75bfd #fd5be2 #765bfd

Monochromatic Colors of #c75bfd

#c75bfd

Complementary Color

#c75bfd #91fd5b

#c75bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75bfd Color CSS Codes

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

#c75bfd Text Font Color

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

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


#c75bfd Background Color

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

This div background color is #c75bfd


#c75bfd Border Color

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

This div border color is #c75bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75bfd


Comments

No comments written yet.

Please login to write comment.