color codes Logo

#c77efd color codes

#C77EFD
(199,126,253)
0 Favorites   0 Comments

Color spaces of #c77efd

RGB 199126253
HSL0.760.970.74
HSV274°50°99°
CMYK 0.210.500.00   0.01
XYZ48.743734.155796.9521
Yxy34.15570.27100.1899
Hunter Lab58.442946.6011-57.4474
CIE-Lab65.086050.7096-52.6072

#c77efd color RGB value is (199,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111110 11111101
Octal 307 176 375
Decimal 199 126 253
Hex C7 7E FD

RGB Percentages of Color #c77efd

%34.43
%21.80
%43.77

CMYK Percentages of Color #c77efd

%21
%50
%0
%1

Triadic Colors of #c77efd

#c77efd #fdc77e #7efdc7

Analogous Colors of #c77efd

#c77efd #fd7ef4 #887efd

Monochromatic Colors of #c77efd

#c77efd

Complementary Color

#c77efd #b4fd7e

#c77efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77efd Color CSS Codes

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

#c77efd Text Font Color

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

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


#c77efd Background Color

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

This div background color is #c77efd


#c77efd Border Color

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

This div border color is #c77efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77efd

Related Colors


Comments

No comments written yet.

Please login to write comment.