Color Hex Logo

#c745dd Color Hex

#C745DD
(199,69,221)
0 Favorites   0 Comments

Color spaces of #c745dd

RGB 19969221
HSL0.810.690.57
HSV291°69°87°
CMYK 0.100.690.00   0.13
XYZ38.732521.618870.5380
Yxy21.61880.29590.1652
Hunter Lab46.496067.3275-57.4002
CIE-Lab53.620270.6071-53.0203

#c745dd color RGB value is (199,69,221).

#c745dd hex color red value is 199, green value is 69 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c745dd hue: 0.81 , saturation: 0.69 and the lightness value of c745dd is 0.57.

The process color (four color CMYK) of #c745dd color hex is 0.10, 0.69, 0.00, 0.13. Web safe color of #c745dd is #cc33cc. Color #c745dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000101 11011101
Octal 307 105 335
Decimal 199 69 221
Hex C7 45 DD

RGB Percentages of Color #c745dd

%40.70
%14.11
%45.19

CMYK Percentages of Color #c745dd

%10
%69
%0
%13

Triadic Colors of #c745dd

#c745dd #ddc745 #45ddc7

Analogous Colors of #c745dd

#c745dd #dd45a7 #7b45dd

Monochromatic Colors of #c745dd

#c745dd

Complementary Color

#c745dd #5bdd45

#c745dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c745dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c745dd Color CSS Codes

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

#c745dd Text Font Color

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

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


#c745dd Background Color

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

This div background color is #c745dd


#c745dd Border Color

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

This div border color is #c745dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,69,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c745dd


Comments

No comments written yet.

Please login to write comment.