Color Hex Logo

#065cda Color Hex

#065CDA
(6,92,218)
0 Favorites   0 Comments

Color spaces of #065cda

RGB 692218
HSL0.600.950.44
HSV216°97°85°
CMYK 0.970.580.00   0.15
XYZ16.557112.755067.9190
Yxy12.75500.17030.1312
Hunter Lab35.714120.2530-87.7542
CIE-Lab42.391727.5564-70.2108

#065cda color RGB value is (6,92,218).

#065cda hex color red value is 6, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #065cda hue: 0.60 , saturation: 0.95 and the lightness value of 065cda is 0.44.

The process color (four color CMYK) of #065cda color hex is 0.97, 0.58, 0.00, 0.15. Web safe color of #065cda is #0066cc. Color #065cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011100 11011010
Octal 6 134 332
Decimal 6 92 218
Hex 6 5C DA

RGB Percentages of Color #065cda

%1.90
%29.11
%68.99

CMYK Percentages of Color #065cda

%97
%58
%0
%15

Triadic Colors of #065cda

#065cda #da065c #5cda06

Analogous Colors of #065cda

#065cda #1a06da #06c6da

Monochromatic Colors of #065cda

#065cda

Complementary Color

#065cda #da8406

#065cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#065cda Color CSS Codes

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

#065cda Text Font Color

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

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


#065cda Background Color

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

This div background color is #065cda


#065cda Border Color

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

This div border color is #065cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,92,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065cda;
  -webkit-box-shadow: 1px 1px 3px 2px #065cda;
  box-shadow:         1px 1px 3px 2px #065cda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,92,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065cda


Comments

No comments written yet.

Please login to write comment.